home *** CD-ROM | disk | FTP | other *** search
/ Aminet 52 / Aminet 52 (2002)(GTI - Schatztruhe)[!][Dec 2002].iso / Aminet / util / conv / TxtToHTMLv1.6.readme < prev    next >
Text File  |  2002-11-05  |  3KB  |  82 lines

  1. Short:    Converts txt files to HTML Docs (+GUI v1.2)
  2. Author:   Krzysztof "ssnake" Olsztynski (ssnake@interia.pl)
  3. Uploader: Krzysztof "ssnake" Olsztynski (ssnake@interia.pl)
  4. Version:  1.6
  5. Type:     util/conv
  6. Requires: wizard.library if you want to use GUI.
  7.  
  8.  
  9. This is simple TXT to HTML converter.It`s very useful
  10. when You make a web site and want to add there Your
  11. text files.
  12.  
  13. Usage: TxtToHTML <inputfile> [outputfile] [options]
  14.  
  15. OPTIONS:
  16.    -ctr, -centre                     Centre all text
  17.    -iso2                             Convert AmigaPL -> ISO-8859-2
  18.    -fs SIZE, -fsize SIZE             Font size (1-7) [Default is 3]
  19.    -fc COLOUR, -fcolour COLOUR       Font colour
  20.    -bgc COLOUR, -bgcolour COLOUR     BackGround colour
  21.    -pre                              Preformated blocks
  22.    -nbsp                             Non-breaking space
  23.    -pf                               Paragraph formatting
  24.    -mkl, -makelinks                  Make links
  25.    -lc COLOUR, -lcolour COLOUR       Link colour
  26.    -alc COLOUR, -alcolour COLOUR     Actived link colour
  27.    -vlc COLOUR, -vlcolour COLOUR     Visited link colour
  28.  
  29.  
  30. Only inputfile is require.
  31.  
  32.  inputfile      text file to convert
  33.  outputfile     path to html file (converted inputfile)
  34.  
  35.  
  36. TxtToHTML history:
  37.  
  38.  1.6 (12-09-2002)  -  Litle sped up makelinks function.
  39.                    -  Removed debug infos outputs from makelinks function.
  40.  
  41.  1.5 (26-07-2002)  -  Fixed small bug in makelinks function.
  42.                    -  Some improved:
  43.                     -> Now when you forgot SIZE or COLOUR after -fsize,
  44.                        -fcolour or -bgcolour option the program still
  45.                        should work correctly.
  46.                     -> Now you can use -mkl instead of -makelinks,
  47.                                        -ctr instead of -centre,
  48.                                        -fs  instead of -fsize,
  49.                                        -fc  instead of -fcolour,
  50.                                        -bgc instead of -bgcolour.
  51.                    -  Added link colour, alink (actived link) colour 
  52.                       and vlink (visited link) colour options.
  53.  
  54.  1.4 (05-05-2002)  -  Fixed bug in mailto links '@' (MakeLinks option).
  55.                    -  Added making ftp links (MakeLinks option).
  56.                    -  Replaced [68020] version of TxtToHTML by new 
  57.                       [68020-60] one.
  58.  
  59.  1.3 (03-05-2002)  -  Fixed wrong converting Copyright '©' mark.
  60.                    -  Fixed converting tabulature mark.
  61.                    -  Removed writing <FONT SIZE="x"> when preformated
  62.                       blocks option is enable.
  63.                    -  Fixed wrong converting Registered trademark '®' mark.
  64.                    -  Added makelinks option.
  65.                    -  Fixed some small bugs.
  66.  
  67.  1.2 (21-03-2002)  -  Sped up.
  68.                    -  Added paragraph formatting option.
  69.                    -  Optimalized source code.
  70.                    -  Fixed some small bugs.
  71.                    -  Added GUI (wizard).
  72.  
  73.  1.1 (01-01-2002)  -  Rewrote all source code.
  74.                    -  Added font colour, background colour and font size
  75.                       options.
  76.                    -  Added preformated blocks option.
  77.                    -  Added non-breaking space option.
  78.                    -  Changed status on E-MAILWARE.
  79.  
  80.  1.0 (16-07-2001)  -  First release.
  81.  
  82.